Welcome![Sign In][Sign Up]
Location:
Search - PID c51

Search list

[File OperatePID(C51)

Description: 典型的PID处理控制程序采用PID-PD算法。在偏差绝对值大于△e时,用PD算法,以改善动态品质。当偏差绝对值小于△e时,用PID算法,提高稳定精度。
Platform: | Size: 6482 | Author: 闫健 | Hits:

[SCM模糊逻辑c语言自动生成器

Description: 用C51编的温度控制的PID算法适用性强方便移植-with C51 series of PID temperature control algorithm to facilitate transplantation 3DMECAD
Platform: | Size: 192512 | Author: 高峰 | Hits:

[SCMc51_PID

Description: 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分-typical PID processing : This is from the Internet, found a typical PID handling procedures, in the use of single chip controller cpu, please slightly simplified, PID parameters specific to the specific object must be determined through experiments. As microcontroller processing speed and ram resource constraints, not normally used floating point calculations. they will use an all parameters, calculation of a final divided by two of the Nth data (equivalent to shift), Points for similar operations will be greatly improved computational speed, precision control of the different requirements and high precision, reservations to the attention of displacement caused by the "I", which I do for compensation. This procedure is commonly used algorithm pid the basic framework did not conta
Platform: | Size: 1024 | Author: jty | Hits:

[File FormatPID(C51)

Description: 典型的PID处理控制程序采用PID-PD算法。在偏差绝对值大于△e时,用PD算法,以改善动态品质。当偏差绝对值小于△e时,用PID算法,提高稳定精度。-Typical PID control procedures to deal with the use of PID-PD algorithm. The deviation is greater than the absolute value of △ e when PD algorithm to improve the dynamic quality. When the deviation is less than the absolute value of △ e when PID algorithm to improve accuracy and stability.
Platform: | Size: 6144 | Author: 闫健 | Hits:

[SCMPID_f1

Description: 基于时间触发调度器的PID控制,程序所用期间为C515,PID带有抗死锁功能-Time-triggered scheduler based on the PID control, the procedure used for C515, PID with anti-lock function
Platform: | Size: 16384 | Author: 冯耿超 | Hits:

[SCM1-1

Description: 简单C学习手把手学C51,用C编写的工程控制程序,算法采用PID,具有参数设置,保存文件,实时显示曲线的功能。 -Simple to learn hands-C study C51, prepared by C project control procedures, the algorithm using PID, with the parameter settings, save the file, real-time display of the function curve.
Platform: | Size: 1024 | Author: 狼客基地 | Hits:

[SCMc51motor

Description: C51驱动电机PID控制转速的汇编和C51代码.-C51 drive motor speed PID control compilation and code C51.
Platform: | Size: 53248 | Author: 陈壬 | Hits:

[SCMdianxingc51pid

Description: 是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化.-Is a relatively typical PID treatment procedures, the use of single-chip microcomputer as the control cpu, please make some simplification.
Platform: | Size: 1024 | Author: | Hits:

[SCMPIDcontrlalgorithm

Description: 基于80c51单片机的增量型PID控制算法程序-Based on 80C51 MCU incremental PID control algorithm procedure
Platform: | Size: 16384 | Author: webbber | Hits:

[SCM51pid

Description: 简单软件模拟pid,适合89c51等8位mcu-Simple software simulation pid, suitable for 8-bit mcu, etc. 89C51
Platform: | Size: 8192 | Author: 555 | Hits:

[SCMtemperature_control

Description: 这是一个用keil-51编写的C51程序,里面含有温度控制的PID核心算法,这为温度的精密控制提供了保证,同时有液晶12864的驱动,而且有PCB电路图,供大家学习和参考。-This is a written with keil-51 C51 program, which contains the core PID temperature control algorithm, which is the precise temperature control can be ensured, while an LCD 12864 driver, but also PCB circuit, for your study and reference.
Platform: | Size: 281600 | Author: 邓军 | Hits:

[SCMpid

Description: 用 89C51单片机系统进行温度实时采集与控制是本设计的主要 内容。本设计介绍的 单片机 温度 自动控制系统的主要 内容包括:系统方案、理论分析、硬件设计、系统调试及 主要技术性能参数。 -89C51 single-chip microcomputer system with real-time acquisition and control of temperature is the main contents of the design. The introduction of the single-chip design of automatic temperature control systems include: system program, theoretical analysis, hardware design, system debugging and main technical performance parameters.
Platform: | Size: 209920 | Author: gunqiu | Hits:

[SCMPID---C51

Description: PID的C51程序源代码,可作为写程序时参考用,基本正确,如需要还要根据实际情况作简单修改!-PID of the C51 source code can be used as reference Writing program, the basic right, such as required according to the actual situation but also to make a simple modification!
Platform: | Size: 5120 | Author: 学海无涯 | Hits:

[Other Embeded programPID

Description: PID controller for C51
Platform: | Size: 14336 | Author: vdvvdv | Hits:

[source in ebookPID

Description: 89C51单片机,通过键盘输入预设值,与DS18B20测得的实际值做比较,然后驱动制冷或加热电路。用keil C语言来实现PID的控制。-89C51 microcontroller, through keyboard input default, and DS18B20 measured to compare the actual value, and then drive circuit refrigeration or heating. Keil C language used to achieve PID control.
Platform: | Size: 3072 | Author: 赵云 | Hits:

[SCMPID

Description: 这是一个很简单的有51单片机就可以实现的PID 控制算法,虽然不是很准确,但是作为一个学习案例,还是很有意义的-PID ,C51 IMPLEMENT
Platform: | Size: 8192 | Author: xuliang | Hits:

[Embeded-SCM DevelopC51-PID

Description: 教材上的、网上现行的PID实现的C语言代码几乎都是用浮点型的数据来做的,本代码使用了一个整型变量来实现了PID算法-Teaching materials on-line PID existing C-language code to achieve almost all to do with the floating-point data type, and this code uses an integer variable to implement the PID algorithm
Platform: | Size: 4096 | Author: Higharea | Hits:

[SCMpid

Description: 智能水温控制PID算法,C51版本,参加电赛培训的时候写的。-Intelligent PID temperature control algorithm, C51 version, the time to take a motor race training written.
Platform: | Size: 113664 | Author: zzy | Hits:

[SCMPID

Description: pid算法 51单片机 带Proteus仿真程序-pid algorithm simulation program 51 microcontroller with Proteus
Platform: | Size: 166912 | Author: | Hits:

[SCMC51-PID

Description: 用C51实现的PID算法控制,将平时看到的PID算法用C51写过,可直接移植-PID algorithm implemented with the control C51
Platform: | Size: 5120 | Author: Victor | Hits:
« 12 3 4 »

CodeBus www.codebus.net